-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increment google cloud apis to 1.52 #35459
Conversation
@elasticmachine test this please |
@clandry94 you have to run |
fe60f65
to
bbfe98b
Compare
@elasticmachine test this please |
@elasticmachine retest this please |
* Closes elastic#35459 * Closes elastic#35229
what workaround do you guys recommend around resolving the We are currently on Elasticsearch 6.4.2. Would replacing the client jars directly in the plugins resolve this issue (i.e would ES 6.4.2 work with a newer GCS java client?) Here's an example of the stacktrace that we are seeing:
|
A bug was fixed in the google cloud java API that caused IOExceptions when uploading snapshots to GCS. Namely, this issue googleapis/google-cloud-java#3410 and this PR fixing it
googleapis/google-cloud-java#3433. There have been reports of this bug appearing in Elasticsearch #35229. Let's bump to the latest release of those google cloud java APIs.
Closes #35229
cc @ywelsch